-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(cloud-native): remove unused password files for locking and persistence #9993
base: main
Are you sure you want to change the base?
Conversation
…persistence Signed-off-by: iromli <[email protected]>
DryRun Security SummaryThe pull request focuses on improving the security and reliability of the persistence layer across various Jans applications, including changes to remove hardcoded passwords, secure configuration management, simplify the persistence layer, enhance logging and monitoring, and ensure secure LDIF file handling. Expand for full summarySummary: The code changes in this pull request focus on improving the security and reliability of the persistence layer across various Jans applications, including SAML, SCIM, Auth Server, and Configurator. The key changes include:
Overall, the changes in this pull request appear to be focused on improving the security and maintainability of the Jans applications, particularly in the areas of credential management, configuration, and persistence layer setup. These changes are in line with application security best practices and should help strengthen the overall security posture of the applications. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
Quality Gate passed for 'jans-pycloudlib'Issues Measures |
Quality Gate passed for 'Jans-Keycloak-Link'Issues Measures |
Quality Gate passed for 'jans-config-api-parent'Issues Measures |
Quality Gate passed for 'SCIM API'Issues Measures |
Quality Gate passed for 'jans-core'Issues Measures |
Quality Gate passed for 'Fido2 API'Issues Measures |
Prepare
Description
Target issue
closes #9711
Implementation Details
Test and Document the changes
Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with
docs:
to indicate documentation changes or if the below checklist is not selected.Closes #9994,